multidimensional array
美
英 
英汉解释
例句
A vector, which always has only one dimension, is not the same as a multidimensional array that happens to have only one dimension.
向量始终只有一个维度,它与恰好只有一个维度的多维数组不同。
The following example illustrates the difference between defined a one-dimensional array and a multidimensional array.
下面的示例阐释了定义一维数组和多维数组之间的区别。
The multidimensional array is then passed to a function that displays the array as a table in the document.
然后将该多维数组传递给一个函数,该函数将数组显示为文档中的一个表。
The variable could be as simple as an integer or a string or as complex as a multidimensional array or an object.
变量可以像一个整数或字符串那样简单,也可以像多维数组或对象那样复杂。
A multidimensional array is stored with the rightmost dimension increasing first.
多维数组首先存储最右边的维。
You can pass an initialized multidimensional array to a method.
可以将初始化的多维数组传递给方法。
A variation of the multidimensional array is the jagged array: an array of arrays.
多维数组的一种变体是交错数组,即由数组组成的数组。
PHP placed the data into an easily parsable multidimensional array.
PHP将把数据放入可以轻松解析的多维数组中。
If each subarray has the same length, a multidimensional array may be more useful.
如果每个子数组都具有相同的长度,则多维数组更适用。
To work efficiently with a multidimensional array
高效使用多维数组
Algorithm of Address Generation for Multidimensional Array
多维数组地址生成算法研究
In this example we create a multidimensional array, with automatically assigned ID keys
在这个案例当中,我们建立了一个多位数组,它的ID是自动生成的